home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / dev / c / CLib-SDI.lha / CLib-SDI / include / SFD / example_lib.sfd
Text File  |  2002-10-27  |  533b  |  15 lines

  1. ==id $Id: example_lib.sfd,v 1.0 2002/09/21 13:16:33 stoecker Exp $
  2. ==base _ExampleBase
  3. ==basetype struct ExampleBase *
  4. ==libname example.library
  5. ==bias 30
  6. ==public
  7. ==include <libraries/example.h>
  8. ==include <utility/hooks.h>
  9. LONG ex_TestRequest(STRPTR title, STRPTR body, STRPTR gadgets) (a0,a1,a2)
  10. LONG ex_TestRequest2A(STRPTR title, STRPTR body, STRPTR gadgets, APTR args) (a0,a1,a2,a3)
  11. ==varargs
  12. LONG ex_TestRequest2(STRPTR title, STRPTR body, STRPTR gadgets, ...) (a0,a1,a2,a3)
  13. ULONG ex_TestRequest3(struct Hook *hook) (a0)
  14. ==end
  15.